C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / Count Property


In This Topic
Count Property
In This Topic
Gets the number of elements contained in the System.Collections.ICollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Integer
 
value = instance.Count
See Also